home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / count_27.zip / COUNT!.INI < prev    next >
INI File  |  1993-07-10  |  2KB  |  40 lines

  1. {    A COUNT.INI file controls what COUNT! does in launching an application. }
  2. {    This file must be edited prior to using COUNT! to accomplish anything   }
  3. {    Meaningful.                                                             }
  4. {                                                                            }
  5. {    COUNT!.INI consists of a number of applications "Sections" containing   }
  6. {    keywords describing how to launch each application.  Each section       }
  7. {    begins with the ApplicationName in square brackets.  Keywords can be    }
  8. {    any of the following:                                                   }
  9. {                                                                            }
  10. {          ConnectDrive=Drive:,\\Server\Service%Name,Password|*              }
  11. {                                                             (Win 3.1 Only!)}
  12. {          Connect=Network connection command                                }
  13. {          Disconnect=Network disconnection command                          }
  14. {          StartDirectory=Starting directory                                 }
  15. {          Execute=Program invocation command                                }
  16. {          CountFile=R/W file which holds the current users/license counts   }
  17. {          MaxUsers=Number of users that can use the program simultaneously  }
  18. {          MaxTime=Number of minutes of program use before Count! reminds    }
  19. {             the user to free the application license when done.            }
  20. {          UpdateLicense=Number of minutes between updates of the CountFile  }
  21. {             The default is 5.  A 0 inhibits updates.                       }
  22. {                                                                            }
  23. {          All commands other than Execute are optional.                     }
  24. {                                                                            }
  25. {          If a CountFile is used, a DOS environment variable must exist     }
  26. {          prior to entering Windows which provides a user name.             }
  27. {                                                                            }
  28. {    A simple example Follows.  Please remove these from your file           }
  29.  
  30. [MS_Excel]
  31. Connect=USE E:\\MyServer\ExcelProgram /R
  32. Execute=E:\EXCEL\Excel.EXE
  33. Disconnect=USE E: /D
  34.  
  35. [MS_Project]
  36. Execute=L:\WinProj\Project.EXE
  37. StartDirectory=c:\Project
  38. CountFile=Q:\Licenses\Licenses.Dat
  39. MaxUsers=10
  40.